object DBFSettings: TDBFSettings Left = 200 Top = 108 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Database Settings' ClientHeight = 247 ClientWidth = 340 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object BitBtn1: TBitBtn Left = 132 Top = 208 Width = 75 Height = 25 TabOrder = 0 Kind = bkClose end object GroupBox1: TGroupBox Left = 13 Top = 16 Width = 315 Height = 177 Caption = 'Database Settings' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 object Label4: TLabel Left = 56 Top = 34 Width = 83 Height = 16 Alignment = taRightJustify Caption = 'Hide Deleted:' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label1: TLabel Left = 55 Top = 58 Width = 84 Height = 16 Alignment = taRightJustify Caption = 'Show Century:' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 46 Top = 82 Width = 93 Height = 16 Alignment = taRightJustify Caption = 'Translate OEM:' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 62 Top = 132 Width = 77 Height = 16 Alignment = taRightJustify Caption = 'Date Format:' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label5: TLabel Left = 31 Top = 106 Width = 108 Height = 16 Alignment = taRightJustify Caption = 'Translate Memos:' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object cbDeleted: TCheckBox Left = 148 Top = 33 Width = 97 Height = 17 Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end object cbCentury: TCheckBox Left = 148 Top = 57 Width = 97 Height = 17 Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 end object cbTranslate: TCheckBox Left = 148 Top = 81 Width = 97 Height = 17 Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 end object cbDateType: TComboBox Left = 148 Top = 129 Width = 136 Height = 24 Style = csDropDownList Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 16 Items.Strings = ( 'American' 'Ansi' 'British' 'French' 'German' 'Italian' 'Spanish') ParentFont = False TabOrder = 4 end object cbMemo: TCheckBox Left = 148 Top = 105 Width = 97 Height = 17 Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 end end end